3.3.60 \(\int \frac {1}{(b x+c x^2)^3} \, dx\)

Optimal. Leaf size=72 \[ \frac {6 c^2 \log (x)}{b^5}-\frac {6 c^2 \log (b+c x)}{b^5}+\frac {3 c (b+2 c x)}{b^4 \left (b x+c x^2\right )}-\frac {b+2 c x}{2 b^2 \left (b x+c x^2\right )^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 72, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {614, 615} \begin {gather*} \frac {6 c^2 \log (x)}{b^5}-\frac {6 c^2 \log (b+c x)}{b^5}+\frac {3 c (b+2 c x)}{b^4 \left (b x+c x^2\right )}-\frac {b+2 c x}{2 b^2 \left (b x+c x^2\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(b*x + c*x^2)^(-3),x]

[Out]

-(b + 2*c*x)/(2*b^2*(b*x + c*x^2)^2) + (3*c*(b + 2*c*x))/(b^4*(b*x + c*x^2)) + (6*c^2*Log[x])/b^5 - (6*c^2*Log
[b + c*x])/b^5

Rule 614

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b + 2*c*x)*(a + b*x + c*x^2)^(p + 1))/((p +
1)*(b^2 - 4*a*c)), x] - Dist[(2*c*(2*p + 3))/((p + 1)*(b^2 - 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0] && LtQ[p, -1] && NeQ[p, -3/2] && IntegerQ[4*p]

Rule 615

Int[((b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Simp[Log[x]/b, x] - Simp[Log[RemoveContent[b + c*x, x]]/b,
x] /; FreeQ[{b, c}, x]

Rubi steps

\begin {align*} \int \frac {1}{\left (b x+c x^2\right )^3} \, dx &=-\frac {b+2 c x}{2 b^2 \left (b x+c x^2\right )^2}-\frac {(3 c) \int \frac {1}{\left (b x+c x^2\right )^2} \, dx}{b^2}\\ &=-\frac {b+2 c x}{2 b^2 \left (b x+c x^2\right )^2}+\frac {3 c (b+2 c x)}{b^4 \left (b x+c x^2\right )}+\frac {\left (6 c^2\right ) \int \frac {1}{b x+c x^2} \, dx}{b^4}\\ &=-\frac {b+2 c x}{2 b^2 \left (b x+c x^2\right )^2}+\frac {3 c (b+2 c x)}{b^4 \left (b x+c x^2\right )}+\frac {6 c^2 \log (x)}{b^5}-\frac {6 c^2 \log (b+c x)}{b^5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 68, normalized size = 0.94 \begin {gather*} \frac {\frac {b \left (-b^3+4 b^2 c x+18 b c^2 x^2+12 c^3 x^3\right )}{x^2 (b+c x)^2}-12 c^2 \log (b+c x)+12 c^2 \log (x)}{2 b^5} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(b*x + c*x^2)^(-3),x]

[Out]

((b*(-b^3 + 4*b^2*c*x + 18*b*c^2*x^2 + 12*c^3*x^3))/(x^2*(b + c*x)^2) + 12*c^2*Log[x] - 12*c^2*Log[b + c*x])/(
2*b^5)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (b x+c x^2\right )^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(b*x + c*x^2)^(-3),x]

[Out]

IntegrateAlgebraic[(b*x + c*x^2)^(-3), x]

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 130, normalized size = 1.81 \begin {gather*} \frac {12 \, b c^{3} x^{3} + 18 \, b^{2} c^{2} x^{2} + 4 \, b^{3} c x - b^{4} - 12 \, {\left (c^{4} x^{4} + 2 \, b c^{3} x^{3} + b^{2} c^{2} x^{2}\right )} \log \left (c x + b\right ) + 12 \, {\left (c^{4} x^{4} + 2 \, b c^{3} x^{3} + b^{2} c^{2} x^{2}\right )} \log \relax (x)}{2 \, {\left (b^{5} c^{2} x^{4} + 2 \, b^{6} c x^{3} + b^{7} x^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x^2+b*x)^3,x, algorithm="fricas")

[Out]

1/2*(12*b*c^3*x^3 + 18*b^2*c^2*x^2 + 4*b^3*c*x - b^4 - 12*(c^4*x^4 + 2*b*c^3*x^3 + b^2*c^2*x^2)*log(c*x + b) +
 12*(c^4*x^4 + 2*b*c^3*x^3 + b^2*c^2*x^2)*log(x))/(b^5*c^2*x^4 + 2*b^6*c*x^3 + b^7*x^2)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 73, normalized size = 1.01 \begin {gather*} -\frac {6 \, c^{2} \log \left ({\left | c x + b \right |}\right )}{b^{5}} + \frac {6 \, c^{2} \log \left ({\left | x \right |}\right )}{b^{5}} + \frac {12 \, c^{3} x^{3} + 18 \, b c^{2} x^{2} + 4 \, b^{2} c x - b^{3}}{2 \, {\left (c x^{2} + b x\right )}^{2} b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x^2+b*x)^3,x, algorithm="giac")

[Out]

-6*c^2*log(abs(c*x + b))/b^5 + 6*c^2*log(abs(x))/b^5 + 1/2*(12*c^3*x^3 + 18*b*c^2*x^2 + 4*b^2*c*x - b^3)/((c*x
^2 + b*x)^2*b^4)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 73, normalized size = 1.01 \begin {gather*} \frac {c^{2}}{2 \left (c x +b \right )^{2} b^{3}}+\frac {3 c^{2}}{\left (c x +b \right ) b^{4}}+\frac {6 c^{2} \ln \relax (x )}{b^{5}}-\frac {6 c^{2} \ln \left (c x +b \right )}{b^{5}}+\frac {3 c}{b^{4} x}-\frac {1}{2 b^{3} x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c*x^2+b*x)^3,x)

[Out]

-6*c^2*ln(c*x+b)/b^5+3/b^4*c^2/(c*x+b)+1/2/b^3*c^2/(c*x+b)^2-1/2/b^3/x^2+6*c^2*ln(x)/b^5+3/b^4*c/x

________________________________________________________________________________________

maxima [A]  time = 1.36, size = 86, normalized size = 1.19 \begin {gather*} \frac {12 \, c^{3} x^{3} + 18 \, b c^{2} x^{2} + 4 \, b^{2} c x - b^{3}}{2 \, {\left (b^{4} c^{2} x^{4} + 2 \, b^{5} c x^{3} + b^{6} x^{2}\right )}} - \frac {6 \, c^{2} \log \left (c x + b\right )}{b^{5}} + \frac {6 \, c^{2} \log \relax (x)}{b^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x^2+b*x)^3,x, algorithm="maxima")

[Out]

1/2*(12*c^3*x^3 + 18*b*c^2*x^2 + 4*b^2*c*x - b^3)/(b^4*c^2*x^4 + 2*b^5*c*x^3 + b^6*x^2) - 6*c^2*log(c*x + b)/b
^5 + 6*c^2*log(x)/b^5

________________________________________________________________________________________

mupad [B]  time = 0.10, size = 79, normalized size = 1.10 \begin {gather*} \frac {\frac {9\,c^2\,x^2}{b^3}-\frac {1}{2\,b}+\frac {6\,c^3\,x^3}{b^4}+\frac {2\,c\,x}{b^2}}{b^2\,x^2+2\,b\,c\,x^3+c^2\,x^4}-\frac {12\,c^2\,\mathrm {atanh}\left (\frac {2\,c\,x}{b}+1\right )}{b^5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x + c*x^2)^3,x)

[Out]

((9*c^2*x^2)/b^3 - 1/(2*b) + (6*c^3*x^3)/b^4 + (2*c*x)/b^2)/(b^2*x^2 + c^2*x^4 + 2*b*c*x^3) - (12*c^2*atanh((2
*c*x)/b + 1))/b^5

________________________________________________________________________________________

sympy [A]  time = 0.38, size = 78, normalized size = 1.08 \begin {gather*} \frac {- b^{3} + 4 b^{2} c x + 18 b c^{2} x^{2} + 12 c^{3} x^{3}}{2 b^{6} x^{2} + 4 b^{5} c x^{3} + 2 b^{4} c^{2} x^{4}} + \frac {6 c^{2} \left (\log {\relax (x )} - \log {\left (\frac {b}{c} + x \right )}\right )}{b^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x**2+b*x)**3,x)

[Out]

(-b**3 + 4*b**2*c*x + 18*b*c**2*x**2 + 12*c**3*x**3)/(2*b**6*x**2 + 4*b**5*c*x**3 + 2*b**4*c**2*x**4) + 6*c**2
*(log(x) - log(b/c + x))/b**5

________________________________________________________________________________________